DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.DataConnector.AdoNet Namespace / C1RowUpdatingEventArgs<TCommandImpl> Class
Members

In This Topic
    C1RowUpdatingEventArgs<TCommandImpl> Class
    In This Topic
    Provides the data for the RowUpdating event of a data provider.
    Object Model
    C1RowUpdatingEventArgs<TCommandImpl> Class
    Syntax
    'Declaration
     
    Public NotInheritable Class C1RowUpdatingEventArgs(Of TCommandImpl As DbCommand) 
       Inherits System.Data.Common.RowUpdatingEventArgs
    public sealed class C1RowUpdatingEventArgs<TCommandImpl> : System.Data.Common.RowUpdatingEventArgs 
    where TCommandImpl: DbCommand
    Type Parameters
    TCommandImpl
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          System.Data.Common.RowUpdatingEventArgs
             C1.DataConnector.AdoNet.C1RowUpdatingEventArgs<TCommandImpl>

    See Also